From 84209a2780cfb5cf0c0344f09e8c28e1834b643a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 23 Dec 2006 22:50:36 +0000 Subject: [PATCH] Fix msdos module loading (#1086) SVN-Revision: 5896 --- openwrt/target/linux/linux-2.4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 1214b0bc04..76ca470edb 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -211,7 +211,7 @@ $(eval $(call KMOD_template,VFAT,vfat,\ ,CONFIG_VFAT_FS,,30,fat vfat)) $(eval $(call KMOD_template,MSDOS,msdos,\ $(MODULES_DIR)/kernel/fs/msdos/msdos.o \ -,CONFIG_MSDOS_FS,,30,msdos)) +,CONFIG_MSDOS_FS,,40,msdos)) $(eval $(call KMOD_template,NLS_CP437,nls-cp437,\ $(MODULES_DIR)/kernel/fs/nls/nls_cp437.o \ ,CONFIG_NLS_CODEPAGE_437,,40,nls_cp437.o)) -- 2.30.2